Search
Polygon3D Constructor (IEnumerable(Point3D), Brush)
See Also
 






Initializes a new instance of the Polygon3D class.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Polygon3D (
    IEnumerable<Point3D> points,
    Brush brush
)

Visual Basic  Copy Code

Public New ( _
    points As IEnumerable(Of Point3D), _
    brush As Brush _
)

 Parameters

points

A list of 3D points.

brush

A Brush used to fill the polygon.

 See Also